NGINX 404 error despite Magento Installation complete on CentOS 7 terminalRedirect Admin server homepage to admin login page by defaultMagento Admin Nginx 404Blank page after installation and admin 404Magento 2 permissions CentosPHP 7.0.9/NGINX 1.11.3/Magento 2.1.0 Admin 404File error by permistion in centos 7 magento 2?New install on EC2 rewrite issuesMagento 2 nginx 404 erorStatic Content 404 with Magento 2 and Nginx(Pre-installation) ownership and permissions problems (CentOS / NGINX)

Help prove this basic trig identity please!

Maths symbols and unicode-math input inside siunitx commands

How does 取材で訪れた integrate into this sentence?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Bash - pair each line of file

What does Jesus mean regarding "Raca," and "you fool?" - is he contrasting them?

Can you move over difficult terrain with only 5 feet of movement?

Should I use acronyms in dialogues before telling the readers what it stands for in fiction?

How to terminate ping <dest> &

Comment Box for Substitution Method of Integrals

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

When did antialiasing start being available?

gerund and noun applications

Violin - Can double stops be played when the strings are not next to each other?

What favor did Moody owe Dumbledore?

Can a wizard cast a spell during their first turn of combat if they initiated combat by releasing a readied spell?

PTIJ: Do Irish Jews have "the luck of the Irish"?

Generic TVP tradeoffs?

I seem to dance, I am not a dancer. Who am I?

Existence of a celestial body big enough for early civilization to be thought of as a second moon

Do I need to be arrogant to get ahead?

Can other pieces capture a threatening piece and prevent a checkmate?

How could an airship be repaired midflight?

Unfrosted light bulb



NGINX 404 error despite Magento Installation complete on CentOS 7 terminal


Redirect Admin server homepage to admin login page by defaultMagento Admin Nginx 404Blank page after installation and admin 404Magento 2 permissions CentosPHP 7.0.9/NGINX 1.11.3/Magento 2.1.0 Admin 404File error by permistion in centos 7 magento 2?New install on EC2 rewrite issuesMagento 2 nginx 404 erorStatic Content 404 with Magento 2 and Nginx(Pre-installation) ownership and permissions problems (CentOS / NGINX)













1















Using this (containing user-specific details) this command:



bin/magento setup:install 
--base-url=http://localhost/
--db-host=localhost
--db-name=magento
--db-user=root
--db-password='password'
--backend-frontname=admin
--admin-firstname=admin
--admin-lastname=admin
--admin-email=admin@admin.com.au
--admin-user='admin'
--admin-password='password'
--language=en_US
--currency=AUD
--timezone=Australia/Sydney
--use-rewrites=1


I want to be able to use the Magento admin panel as described on my CentOS 7 terminal window.



[SUCCESS]: Magento installation complete.
[SUCCESS]: Magento Admin URI: /admin
Nothing to import.


I came to this result after following Magento DevDocs on the nginx section of this documentation. However, I seem to be getting to this page when I went onto my browser window:




The page you are looking for is not found.




I admit this is my first time using nginx. So I have looked through some sources claiming that it can be used alongside apache, hoping that I can finalize my setup and begin putting up content.



As a form of troubleshooting, I have gone through /etc/nginx/conf.d/default.conf but I am unsure what the proper values are supposed to be in server_name. I have seen examples of it pointing to apache in some way.



Here is my current setup so far:



  • centos 7

  • nginx/1.12.2

  • php/7.2.16

  • mariadb/10.3.13 (mysql 15.1)

  • magento 2.3 community edition

  • composer/1.8.4

  • apache/2.4.6

I'm primarily trying to use nginx as a reverse proxy for apache so that it can support higher traffic volumes and still be able to utilize the .htaccess file.



I know for sure that I am not implementing this properly so any ideas, comments or suggestions will much be appreciated.










share|improve this question




























    1















    Using this (containing user-specific details) this command:



    bin/magento setup:install 
    --base-url=http://localhost/
    --db-host=localhost
    --db-name=magento
    --db-user=root
    --db-password='password'
    --backend-frontname=admin
    --admin-firstname=admin
    --admin-lastname=admin
    --admin-email=admin@admin.com.au
    --admin-user='admin'
    --admin-password='password'
    --language=en_US
    --currency=AUD
    --timezone=Australia/Sydney
    --use-rewrites=1


    I want to be able to use the Magento admin panel as described on my CentOS 7 terminal window.



    [SUCCESS]: Magento installation complete.
    [SUCCESS]: Magento Admin URI: /admin
    Nothing to import.


    I came to this result after following Magento DevDocs on the nginx section of this documentation. However, I seem to be getting to this page when I went onto my browser window:




    The page you are looking for is not found.




    I admit this is my first time using nginx. So I have looked through some sources claiming that it can be used alongside apache, hoping that I can finalize my setup and begin putting up content.



    As a form of troubleshooting, I have gone through /etc/nginx/conf.d/default.conf but I am unsure what the proper values are supposed to be in server_name. I have seen examples of it pointing to apache in some way.



    Here is my current setup so far:



    • centos 7

    • nginx/1.12.2

    • php/7.2.16

    • mariadb/10.3.13 (mysql 15.1)

    • magento 2.3 community edition

    • composer/1.8.4

    • apache/2.4.6

    I'm primarily trying to use nginx as a reverse proxy for apache so that it can support higher traffic volumes and still be able to utilize the .htaccess file.



    I know for sure that I am not implementing this properly so any ideas, comments or suggestions will much be appreciated.










    share|improve this question


























      1












      1








      1








      Using this (containing user-specific details) this command:



      bin/magento setup:install 
      --base-url=http://localhost/
      --db-host=localhost
      --db-name=magento
      --db-user=root
      --db-password='password'
      --backend-frontname=admin
      --admin-firstname=admin
      --admin-lastname=admin
      --admin-email=admin@admin.com.au
      --admin-user='admin'
      --admin-password='password'
      --language=en_US
      --currency=AUD
      --timezone=Australia/Sydney
      --use-rewrites=1


      I want to be able to use the Magento admin panel as described on my CentOS 7 terminal window.



      [SUCCESS]: Magento installation complete.
      [SUCCESS]: Magento Admin URI: /admin
      Nothing to import.


      I came to this result after following Magento DevDocs on the nginx section of this documentation. However, I seem to be getting to this page when I went onto my browser window:




      The page you are looking for is not found.




      I admit this is my first time using nginx. So I have looked through some sources claiming that it can be used alongside apache, hoping that I can finalize my setup and begin putting up content.



      As a form of troubleshooting, I have gone through /etc/nginx/conf.d/default.conf but I am unsure what the proper values are supposed to be in server_name. I have seen examples of it pointing to apache in some way.



      Here is my current setup so far:



      • centos 7

      • nginx/1.12.2

      • php/7.2.16

      • mariadb/10.3.13 (mysql 15.1)

      • magento 2.3 community edition

      • composer/1.8.4

      • apache/2.4.6

      I'm primarily trying to use nginx as a reverse proxy for apache so that it can support higher traffic volumes and still be able to utilize the .htaccess file.



      I know for sure that I am not implementing this properly so any ideas, comments or suggestions will much be appreciated.










      share|improve this question
















      Using this (containing user-specific details) this command:



      bin/magento setup:install 
      --base-url=http://localhost/
      --db-host=localhost
      --db-name=magento
      --db-user=root
      --db-password='password'
      --backend-frontname=admin
      --admin-firstname=admin
      --admin-lastname=admin
      --admin-email=admin@admin.com.au
      --admin-user='admin'
      --admin-password='password'
      --language=en_US
      --currency=AUD
      --timezone=Australia/Sydney
      --use-rewrites=1


      I want to be able to use the Magento admin panel as described on my CentOS 7 terminal window.



      [SUCCESS]: Magento installation complete.
      [SUCCESS]: Magento Admin URI: /admin
      Nothing to import.


      I came to this result after following Magento DevDocs on the nginx section of this documentation. However, I seem to be getting to this page when I went onto my browser window:




      The page you are looking for is not found.




      I admit this is my first time using nginx. So I have looked through some sources claiming that it can be used alongside apache, hoping that I can finalize my setup and begin putting up content.



      As a form of troubleshooting, I have gone through /etc/nginx/conf.d/default.conf but I am unsure what the proper values are supposed to be in server_name. I have seen examples of it pointing to apache in some way.



      Here is my current setup so far:



      • centos 7

      • nginx/1.12.2

      • php/7.2.16

      • mariadb/10.3.13 (mysql 15.1)

      • magento 2.3 community edition

      • composer/1.8.4

      • apache/2.4.6

      I'm primarily trying to use nginx as a reverse proxy for apache so that it can support higher traffic volumes and still be able to utilize the .htaccess file.



      I know for sure that I am not implementing this properly so any ideas, comments or suggestions will much be appreciated.







      magento-community composer nginx centos mariadb






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 17 mins ago







      Joseph Candava

















      asked 36 mins ago









      Joseph CandavaJoseph Candava

      64




      64




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266261%2fnginx-404-error-despite-magento-installation-complete-on-centos-7-terminal%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266261%2fnginx-404-error-despite-magento-installation-complete-on-centos-7-terminal%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?