mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #129] Where is the / configuration? #115
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joachimvadseth on GitHub (May 2, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/129
Hi, and great work!
Set this up and working no problem with my plex.domain.com on mu UnRaid, but I want to have a Wordpress installation on my domain.com, but what folder do I put it in..? domain.com only shows me "Congratulations!" You have successfully installed..."
Thanks.
@jc21 commented on GitHub (May 2, 2019):
So I assume you want to run a wordpress site directly with this project, and it doesn't do that. It's only a passthrough to your next webserver, which would run wordpress.
Not to fear though, you'll be able to run another docker container specifically for your wordpress installation.
Once that's up and running, just create a new Proxy Host for
domain.comthat forwards to the wordpress docker container.@joachimvadseth commented on GitHub (May 3, 2019):
I thought that was the case! No problem. Thanks for the conformation and keep up the good work!